home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p33-35 / 00463_Script_463 < prev    next >
Text File  |  1994-07-31  |  397b  |  23 lines

  1. -- P35S33 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 33
  5.   set NumFrames = 21
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,2)
  9.   setAppearTime(1,3*60)
  10.   setAppearTime(2,4*60)
  11.   
  12.   global theGauge
  13.   mSetLevel(theGauge, Step)
  14.   
  15.   global LastQT
  16.   set LastQT = "P35S33"
  17.   cursor 4
  18.   preLoadCast the number of cast LastQT 
  19.   
  20.   setUpFastFwd()
  21.   cursor -1
  22. end
  23.